In some Cases there is only the Hard Way: (Sorry ;-))
Generate:
1. A flag in the Documents! (e. g. TOUPDATE)
2. Create an Formula Agent that Updates the Documents via:
==========================================
Use Formula / or FT:
Select @isavailable(Toupdate);
Field XYZ := [Formula from Field KYZ]
Field ABC := @if(XYZ = "[Formula from Field KYZ]"; "Great Job"; "F.... Job");
Field ABC := @if(@ismember(ABC; "Great JOB"); "Good day for a Money Hearing: " + @Text(@today);"");
Field ToUpdate := @deletefield;
==========================================
Hope this helps
Thomas Balatka
Mailto:Thomas.Balatka@aon.at